@import url('https://fonts.googleapis.com/css?family=Oswald');

body{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.CreateAccount{
    position:fixed;
    padding-top:10%;
}
.list-inline img{
    margin-right:5px;
}
.logo{
    position: absolute;
}
.list-inline{
    max-width:400px;
    padding-top:10px;
    margin:0 auto;
}
.nav-list{
    margin:0!important;
}
.list-inline li{
    cursor:pointer;
}
.list-inline li:hover{
    text-decoration: underline;
}
.bg, #mainDiv{
    height: auto;
    background:#c6c6c6 !important;
    min-height:100vh;
}
.max-600{
    max-width:480px;
    padding-left:5px;
    padding-right:5px;
}
.bold{
    font-weight: bold;
}
.pop {
    display:inline-block;
    width:100%;
    background-color:#E6E6E7;
}
.form-control{
    padding-left:0 0 0 5px;
}
.form-img{
    height:188px;
    background-repeat: no-repeat;
    background-position: 42% center;
    background-image:url("./connect.gif");
}
.form-group p{
    font-size:10px;
    margin-bottom:0;
}
.bg-random{
    background:rgb(70, 70, 70);
}

.submit-btn {
    padding:6px 15px 6px 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: bold;
    width:100%;
    text-align:center;
    min-height:45px;
    height:auto;
    font-size:16px;
    background:#4CAF50;
}
.submit-btn:hover{
    background:rgb(97, 202, 100);    
}
.send{
    background:#3B5998;
    max-width:120px;
    float:right;
    padding:5px;
    color:#fff;
    font-weight: bold;
    width:100px;
    font-size:16px;
    border:1px solid #8E97B4;
}
form {
    padding:15px;
    display:inline-block;
}
.pop-top {
    padding:15px;
    color:#fff;
    font-size:20px;
    height:40px;
}
.table1 {
    display:table;
    height:100%;
    width:100%;
}
.grey{
    color:rgb(102, 102, 102);
}
red{
    color:red;
}
.blue{
    color:rgb(70, 101, 238);
}
.font-18{
    font-size:18px;
}
.cell {
    display:table-cell;
    vertical-align: middle;
}
.social{
    padding-top:12px;
    max-width:25px;
    float:right;
    margin-left:5px;
    cursor:pointer;
}
.no-pad{
    padding:0;
}
.underline{
text-decoration: underline;
}

.whitebg{
    background:#fff!important;
    height:auto;
    display:inline-block;
    width:100%;
    margin-top:10px;
    padding-bottom:15px;
}
grey{
    color:rgb(163, 163, 163);
    font-size:12px;
}
.whitebg h2{
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 30px;
    cursor:pointer;
}
.whitebg h5{
    float:left;
    max-width:50%;
}
.border-wrap{
    display:inline-block;
    width:100%;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:10px;
}
p{
    color: #999;
    font-size: 1.2rem;
    text-transform: uppercase
}
#dateb{
    color:red;
}
.vid-container{
    width:100%;
    display:inline-block;
    height:400px;
    background-image:url("./stad.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    max-width:100%;
    max-height:50vw;
    cursor:pointer;
    background-position: center;
    margin-bottom:15px;
}
.vid-inner{
    width:100%;
    height:100%;
    background-image:url("./play.svg");
    background-size:12%;
    background-repeat: no-repeat;
    background-position:center center;
    opacity:0.8;
    transition:0.2s all;
}
.vid-container:hover .vid-inner{
    opacity:1;
}
.comment-wrap{
    width:100%;
    display:inline-block;
    margin-bottom:15px;
}
.comment{
    cursor:pointer;
    background-color: #f96e5b;
    color: #fff;
    padding: 5px 20px 5px 20px;
    float:right;
    transition:0.2s all;
    letter-spacing: 1px;
}
.footer-list{
    font-size:12px;
}
.footer-list li{
    cursor:pointer;
}
.footer-list li:hover{
   color:#f96e5b;
}

.comment:hover{
    background:#222;
}
.post{
    width:100%;
    height:auto;
    font-size:16px;
    cursor:pointer;
}
.post-text{
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}
.post-title{
    margin-top:20px;
    padding:10px;
    background:#f02d00;
    color:#fff;
    font-size:14px;
    font-weight: bold;
}
.post-title black{
    color:#222;
    margin-right:5px;
}
.post-sub{
    color: #7d7d7d;
    padding-top:10px;
    font-size:16px;
    font-weight: 500;
}
.post .img{
    margin-bottom:5px;
    margin-top:10px;
    height:210px;
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
}
.a{
    background-image:url("./img1.jpg");
}
.b{
    background-image:url("./img2.jpg");
}
.c{
    background-image:url("./img3.jpg");
}
.d{
    background-image:url("./img4.jpg");
}
.search-input{
    margin-top:-32px;
    max-width:250px;
    width:100%;
    float:right;
    background: #f5f5f5 url("./searchbg.png") no-repeat 95% 12px;
    background-size: 15px;
    padding: 10px 44px 10px 10px;
    border:0;
    outline:0;
    border:1px solid transparent;
    transition: 0.2s all;
    color:#222;
}
.user{
    width:60px;
    margin:5px;
    margin-right:15px;
}
.username{
    cursor:pointer;
    font-size:16px;
    color: #5669A2;
    margin-top:2px;
    font-weight: bold;
}
.textarea-wrap{
    margin-top:15px;
    background:#EBEBEB;
    padding:12px 15px 10px 15px;
    display:inline-block;
    width:100%;
}
.comment-input{
    width:100%;
    height:80px;
    padding-left:8px;
    padding-top:8px;
    border:1px solid #D4D8E1;
}
.user-text{
    font-size:14px;
    margin-bottom:5px;
}
.likes{
    font-weight: bold;
    font-size:12px;
    color: #5669A2;
    cursor:pointer;
}
.comments{
    margin-top:10px;
    height:auto;
    display:inline-block;
    width:100%;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
input:hover, input:focus{
    outline:0;
}
.footer{
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px;
    padding: 1.6rem;
    text-align: center;
}
.search-input:focus{
    border:1px solid #ccc;
}
.header{
    color:#fff;
    background-color: rgb(34, 34, 34);
    height:auto;
}
.header .container{
    padding:1.8rem;
    padding-left:0;
    padding-right:0;
}

ul{
    margin-bottom:0;
}
@media screen and (max-width: 992px){
    .header{
        text-align:center;
    }
    .logo{
        position:static;
    }
}
@media screen and (max-width: 768px){
    .mobile-pad{
        padding-left:10px;
    }
}
